From 3a5669afd04304ab865f3c2c0ba65ab72fc7e84e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 3 May 2011 12:05:45 +0200 Subject: [PATCH] reftests: Add test for low mnemonics Low mnemonics were invisible previously. This tests the fix from 9bb145a677c3c9fa3266ae6999414f441016d93f --- tests/reftests/Makefile.am | 2 ++ tests/reftests/quit-mnemonic.ref.ui | 19 +++++++++++++ tests/reftests/quit-mnemonic.ui | 43 +++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 tests/reftests/quit-mnemonic.ref.ui create mode 100644 tests/reftests/quit-mnemonic.ui diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index 07729bf32c..434da54be1 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -38,5 +38,7 @@ EXTRA_DIST += \ label-small-ellipsized.ui \ nonresizable-size.ref.ui \ nonresizable-size.ui \ + quit-mnemonic.ref.ui \ + quit-mnemonic.ui \ simpe.ref.png \ simple.ui diff --git a/tests/reftests/quit-mnemonic.ref.ui b/tests/reftests/quit-mnemonic.ref.ui new file mode 100644 index 0000000000..3c8ff8c36f --- /dev/null +++ b/tests/reftests/quit-mnemonic.ref.ui @@ -0,0 +1,19 @@ + + + + + False + popup + + + True + False + Quit + + + + + + + + diff --git a/tests/reftests/quit-mnemonic.ui b/tests/reftests/quit-mnemonic.ui new file mode 100644 index 0000000000..128e33a191 --- /dev/null +++ b/tests/reftests/quit-mnemonic.ui @@ -0,0 +1,43 @@ + + + + + False + popup + + + True + False + + + True + False + Quit + + + + + + 0 + 0 + 1 + 1 + + + + + True + False + + + + 0 + 1 + 1 + 1 + + + + + + -- 2.30.2